@charset "utf-8"; 
.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  
.content-section-a {
	background-color: #f1f2f3;
	padding: 50px 0;
}
.content-section-b {
	background-color: #1d2025;
}
.content-section-c {
	background-color: #f8f9fa;
}

.section-title {
margin-bottom: 60px;
}
.section-title h2 {
color: #ffffff;
font-size: 35px;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.section-title h3 {
color: #000;
font-size: 35px;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}

.section-title span {
background: #ef1165 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 15px auto;
position: relative;
width: 100px;
}
.section-title p {
margin: auto;
padding: 0 20px;
width: 70%;
}
.section-title-white {
color: #fff !important;
position: relative;
}
.section-title-white-span {
background: #fff none repeat scroll 0 0 !important;
position: relative;
}
.work{
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#f1f2f3;
}

.work-title {

}
.work-title h2 {
color: #000;
font-size: 35px;
margin: 0;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;
}
.work-title h5{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 100%;
    padding: 15px;
}

.work-title span {
background: #ef1165 none repeat scroll 0 0;
display: block;
height: 2px;
margin: 15px auto;
position: relative;
width: 100px;
}
.work-title p {
margin: auto;
padding: 0 20px;
width: 70%;
}
.honor-title p{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 100%;
    padding: 25px;
}

.work-grid{
	float:left;
	width:16%;
	position:relative;
}
.work-grid2{
	float:left;
	position:relative;
}

.work-grid a img{
	width:100%;
}
.work-grids {
    margin-top: 2em;
}
.work-grids.two{
	margin:0;
}
.honor-img {
    width:220px;
	height:316px;
	overflow:hidden;
}
.b-wrapper:hover {
	background:rgba(0, 0, 0, 0.64);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*-- portfolio-img --*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
h4.b-from-left{
	margin:0;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.b-wrapper:hover {
	background:rgba(0, 0, 0, 0.64);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header-wrapper {
    position: relative;
}


/*header top*/
.header-bot {
    background-color: #0067b6;
    border-bottom: 0px solid #32313b;
    font-size: 12px;
    position: relative;
    z-index: 1151;
}

.header-top {
    background-color: #f8f8f8;
    border-bottom: 0px solid #32313b;
    font-size: 12px;
    position: relative;
    z-index: 1150;
	border-bottom: 1px solid #ddd;
}

.header-top ul,
.header-top ol,
.header-top dl {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.header-top ul .fa {
    margin-right: 10px;
}

.header-top p {
    margin: 0;
}

.header-top-left {
    float: left;
    width: 100%;
}

.header-top-right {
    float: right;
    width: 100%;
}


/*header top navigation */

.top-menu {
    list-style: none;
    padding-left: 0;
    float: right;
}

.top-menu li:first-child {
    border-left: 1px solid #ec3323;
    padding: 3px;
}

.top-menu li {
    border-right: 1px solid #ec3323;
    display: inline-block;
    background: #ec3323 none repeat scroll 0 0;
}

.top-menu li a {
    color: inherit;
    padding: 5px 5px;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: '微软雅黑';
    font-weight: bolder;
}

.header-top .dropdown:hover .dropdown-menu {
    display: block;
}

.header-top .dropdown-menu {
    border: 1px solid #32313b;
    margin-top: 0px;
    margin-left: -4px;
}

.header-top .dropdown-menu > li {
    display: block;
    border: none;
}


/* social top */

.social-top {
    list-style: none;
    padding-left: 0;
    float: left;
}

.social-top li a {
    color: inherit;
    padding: 8px 5px;
    display: block;
    font-size: 14px;
    color: #000;
}

.social-top a:hover,
.social-top a:focus {
    text-decoration: none;
}

.social-top .fa {
    margin-right: 0;
}

.top-menu a {
    color: #fff;
}

.top-menu a:hover,
.top-menu a:focus {
    text-decoration: none;
}


/*header main*/

.header-main {
    width: 100%;
    position: relative;
    z-index: 1100;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    -webkit-transform: translateZ(0);
}

.main-navigation {
    position: relative;
}

.logo {
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width:100%;
    max-width: 560px;
	float:left;
}
.header-main.shrink .logo {
    line-height: 70px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main.shrink .logo img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/*========== Main Navigation ==========*/

.navbar-header {
    float: none;
}

.nav-right .navbar-header {
    float: right;
}

.nav-left .navbar-header {
    float: left;
}

.nav-left .apclk-nav {
    float: right;
}

.nav-centered .navbar-header {
    float: none;
    text-align: center;
}

.nav-centered .nav > li {
    display: inline-block;
}

.nav-centered .navbar-nav > li {
    float: none;
}

.nav-centered .apclk-nav {
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #ff551a;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }
    .navbar-nav > li > a {
        line-height: 76px;
    }
}

@media screen and (max-width: 767px) {
    .mega-menu-list > li > a {
        color: #6e6e6e !important;
    }
    .nav-right .navbar-header {
        float: none;
        width: 100%;
        text-align: right;
    }
    .nav-left .navbar-header {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nav-right .navbar-toggle {
        left: 0;
    }
    .nav-left .navbar-toggle {
        right: 0;
    }
    .nav-left .apclk-nav {
        float: none;
    }
    .dropdown-menu > li > a {
        background: none !important;
        color: #777 !important;
        padding: 10px 20px !important;
    }
    .dropdown-menu > li > a:hover {
        padding: 10px 20px !important;
        background-color: #337ab7 !important;
        color: #fff !important;
    }
    .dropdown-menu > li.active > a {
        color: #fff !important;
    }
    .header-top-left,
    .social-top,
    .header-top-right,
    .top-menu {
        text-align: center;
        float: none;
    }
    .top-menu {}
}

.navbar,
.navbar-nav {
    margin: 0;
    min-height: inherit;
}

.navbar-collapse {
    max-height: inherit;
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a.active {
    color: #181d30;
}

.navbar-default .navbar-nav > li > a {
    color: #181d30;
    border-bottom: 3px solid transparent;
    font-family: '微软雅黑', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    border-color: transparent;
}

.navbar-toggle {
    position: absolute;
    cursor: pointer;
    top: 30px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    float: none;
    text-align: center;
    right: 0;
    margin: 0;
    padding: 9px 10px;
    background-color: #32313b;
    color: #fff;
    border: none;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle:after {
    content: '\f0c9';
    font-family: '微软雅黑';
}
/*-- case --*/
#aboutcase{
    background-color: #f5f7fa;
	padding:2% 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position: relative;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}

.location-box-layout1 {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    max-height: 290px;
    margin-bottom: 1.875rem;
}

.location-box-layout1 a {
    display: block;
}

.location-box-layout1 a .item-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
     width: 100%;
    height: 100%;
	max-width:100%;max-height:100%;
}

.location-box-layout1 a .item-content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 10px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.location-box-layout1 a .item-content .item-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-bottom: 0.25rem;
}

.location-box-layout1 a .item-content .item-count {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.location-box-layout1:hover a .item-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.location-box-layout1:hover a .item-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.location-box-layout1:hover a .item-content .item-count {
    opacity: 1;
}
/*------------------- 5.8 Counter -------------------*/
.counter-wrap-layout1 {
    padding: 6.25rem 0 3.125rem;
    position: relative;
    z-index: 1;
}

.counter-wrap-layout1:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.counter-box-layout1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.125rem;
}

.counter-box-layout1 .item-icon {
    margin-right: 1.625rem;
    line-height: 1;
}

.counter-box-layout1 .item-icon i:before {
    font-size: 6rem;
    color: #f85c70;
}

.counter-box-layout1 .item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.counter-box-layout1 .item-content .counter-number {
    margin-bottom: 0.625rem;
    line-height: 1;
}

.counter-box-layout1 .item-content .counter-number span {
    font-size: 2.875rem;
    font-weight: 700;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .counter-box-layout1 .item-content .counter-number span {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .counter-box-layout1 .item-content .counter-number span {
        font-size: 2.375rem;
    }
}

@media only screen and (max-width: 575px) {
    .counter-box-layout1 .item-content .counter-number span {
        font-size: 2.25rem;
    }
}

.counter-box-layout1 .item-content .item-title {
    font-weight: 600;
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 9px 16px 12px;
        line-height: 76px;
    }
    .header-main.shrink .navbar-nav > li > a {
        line-height: 41px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {}
    .navbar-nav > li > a.current::before,
    .navbar-nav > li > a.current::after,
    .navbar-nav > li > a:hover::before,
    .navbar-nav > li > a:focus::before,
    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after,
    .navbar-nav > li > a.highlighted:before,
    .navbar-nav > li > a.highlighted:after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#full-screen-slider { width:100%; min-height:600px; float:left; position:relative;}
#slides { display:block; width:100%; min-height:560px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:540px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}

#full-screen-slider2 { width:100%; height:400px; float:left; position:relative;}
#slides2 { display:block; width:100%; height:360px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}
#slides2 li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides2 li a { display:block; width:100%; height:100%; text-indent:-9999px}
#full-screen-sliderin { width:100%; min-height:600px; float:left; position:relative;}
#slidesin {display:block; width:100%; max-height:600px; list-style:none; padding:0 auto; margin:0 auto; position:relative;    background:url(../images/banner1.jpg) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}
 #containerb {
    width: 100%;
  }
  .attr {
    background-color: #008b57;
  }
  .attr img{
    width: 100%;
    height: auto;
  }
/*-- product --*/
.product-top {
    margin:2em;
	padding-top:90px;
	height:20px;
}

.product h4 {
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
    color: #333;
    width: 100%;
    margin: 0 auto 2em;
    border-bottom: 2px dashed #ec3323;
    padding-bottom: 1.2em;
}
p{
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
p.w-text{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.product-row {
    margin-top: 1em;
}
.product img {
  width: 100%;
	height:15vw;
	max-width:100%;
	max-height:100%;
}
.showimg img{
	width: 70%;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.product-img{
    display: block;
    overflow: hidden;
	position:relative;
}
.product-img{
    overflow: hidden;
	position:relative;
}
.pro-img{
    width: 100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}
.product-text {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
	-moz-opacity: 0;
	opacity: 0;
}
.product-title h5{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 100%;
    margin: 5px auto;
    padding: 10px;
}
.product-title h4{
    font-size: 1em;
    text-align: center;
    color: #000;
    margin-bottom: 1em;
    font-weight: 300;
	width: 100%;
    margin: 5px auto;
    padding: 10px;
}
.product-titlen h3{
    font-size: 1.2em;
    text-align: center;
    color: #000;
    font-weight: 300;
	width: 100%;
    margin: 5px auto;
    padding: 5px;
}

.product-grids:hover .product-text{
	opacity: 1;
	-moz-opacity: 1;
}
.product-text h5 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin-top: 2.5em;
}
img.zoom-img{
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover,.product-grids:hover img.zoom-img,.portfolio-grids:hover img.zoom-img{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
.lmtitle h3 {
	font-size: 14px;
	color: #835026;
}
.lmtitle {
	padding-top: 20px;
	padding-bottom: 20px;
}
.lmtitle .lmen {
	position: relative;
	width: 540px;
	margin: auto;
	font-size: 48px;
	line-height: 40px;
	font-weight: bold;
	color: #0067b6;
	text-align: center;
	margin-bottom: 10px;
}
 .lmtitle .lmtit {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}

 .lmtitle .lmtit  span {
	display: inline-block;
	margin: 0 30px;
}
.lmtitle .lmtit  em {
	display: inline-block;
	width: 35%;
	height: 2px;
	margin-bottom: 8px;
	background: #cecece;
}
 .lmtitle .lmtiten {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}

 .lmtitle .lmtiten  span {
	display: inline-block;
	margin: 0 30px;
}
.lmtitle .lmtiten  em {
	display: inline-block;
	width: 300px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}

 .lmtitle .lmtitus {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
 .lmtitle .lmtitus  span {
	display: inline-block;
	margin: 0 30px;
}
 .lmtitle .lmtitus  em {
	display: inline-block;
	width: 35%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
 .lmtitle .lmtitusn {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #000;
}
 .lmtitle .lmtitusn  span {
	display: inline-block;
	margin: 0 30px;
}
 .lmtitle .lmtitusn  em {
	display: inline-block;
	width: 35%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}

 .lmtitle .lmtit2 {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}
 .lmtitle .lmtit2 span {
	display: inline-block;
	margin: 0 30px;
}
 .lmtitle .lmtit2 em {
	display: inline-block;
	width: 300px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.lmline {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}

.nav-tabs > li > a{
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 10px;
    border-radius: 0px;
    margin-right: 0px;
    color: #fff;
    background-color: #ec3323;
    font-family: '微软雅黑';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;

}
 .nav-tabs > li > a:hover {
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 10px 10px;
    border-radius: 0px;
    margin-right: 0px;
    color: #fff;
    background-color: #202020;
    font-family: '微软雅黑';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
 .nav-tabs > li > a:active {
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 10px 10px;
    border-radius: 0px;
    margin-right: 0px;
    color: #000;
    background-color: #202020;
    font-family: '微软雅黑';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
 .nav-tabs {
    border: none;
}

 .nav-tabs>li {
    border: none;
    margin-bottom: 10px;
	margin-right: 10px;
}

.nav-tabs>li.active>a {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #FF5722;
}

 .nav-tabs>li.active>a:hover {
    border: none;
    background-color: #FF5722;
}

.tab-content {
    padding: 25px 10px 0px 10px;
}

/*-- //product --*/

.btn-blue-orange {
    font-family: '微软雅黑';
    background-color: #0067b6;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
	float:right;
}

.btn-blue-orange:hover {
    font-family: '微软雅黑';
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #181d30;
}
.btn-blue-blue {
    font-family: '微软雅黑';
    background-color: #0067b6;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-blue-blue:hover {
    font-family: '微软雅黑';
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #181d30;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    margin: 0px auto;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
.section-title2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin: 0px auto;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
hr.section-red-line {
    border: 2px solid #181d30;
    width: 50px;
    margin-top: 0;
}

hr.section-title-hr {
    width: 150px;
    margin-bottom: -4px;
	border: 2px solid #ff551a;
}

hr.align-left {
    text-align: left !important;
    margin-left: 0;
}
.color-theme-color {
    color: #181d30;
}
h3.agileits-title {
    font-size: 4.5em;
    text-align: center;
    color: #008080;
    margin-bottom: 0.5em;
    font-weight: 300;
    text-transform: uppercase;
}
paddingbt {
padding-top:40px;
}

#aboutus{
	background:url(../images/slide01.jpg) no-repeat;
	padding:3% 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position: relative;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}
#aboutusn{
	background:url() no-repeat;
	padding:3% 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position: relative;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}

.gscont {
	color:#ffffff;
	font-size:14px;
    padding: 10px;
    margin: 0px auto;
}

.gscont p{
	color:#ffffff;
	font-size:14px;
    padding: 10px;
    margin: 0px auto;
}

.gscont  a:link
{
	color:#ffffff;
	font-size:16px;
    padding: 10px;
    margin: 0px auto;
}
.gscont a:hover{
color:#c8c5c5;
}

/*---linian--*/
/*-- aboutln --*/
#aboutln{
    background-color: #ffffff;
	padding:2% 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position: relative;
	width:100%;
	background-attachment:fixed;
	background-position:center center;
}
.aboutln h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
     text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.aboutln h4 {
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 1px;
    font-size: 36px;
    margin-top: 8px;
    font-weight: 600;
}
.aboutln_margin {
    padding: 2em 0em 0em 2em ;
}
.aboutlnct{
    color: #fff;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 13px;
	padding:3px;
}
.aboutlnct h4 {
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 8px;
    font-weight: 600;
	text-align:center
}
.aboutlnct p{
    color: #000000;
    margin: 0.5em 0;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 14px;
	padding:10px;
}
.img-aboutlnct {
    width: 100%;
	max-width:600px;
	max-height:300px;
}
.img-ewm {
    width: 100%;
	max-width:130px;
	max-height:130px;
}

.aboutlnl {
 border-bottom: 2px dashed #0067b6;
	padding:10px;
 }
.img-about {
    width: 100%;
	max-width:100%;
	max-height:100%;
	clear: both;
	padding:10px;
}
.img-about2 {
    width: 50%;
	max-width:700px;
	max-height:508px;
	clear: both;
	padding:10px;
}

/*-- //aboutln--*/

/*-- news--*/
.latest-news{
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#FFFFFF;
}
.latest-news .sec-title{
  margin-bottom: 35px;
}

.latest-news .item{
  margin-bottom: 30px;
  box-shadow: 0px 3px 24px 3px rgba(0, 0, 0, 0.13);
}

.latest-news .item .image-box{
    overflow: hidden;
  position: relative;
}
.latest-news .item .image-box img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 98%;
	height:auto;
	
}
.latest-news .item:hover .image-box img{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.latest-news .item .image-box .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(255, 87, 34, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.latest-news .item:hover .overlay,
.latest-news .item:focus .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}

.latest-news .item .image-box .overlay .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.latest-news .item .image-box .overlay .inner a{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.latest-news .item .image-box .overlay .inner i:before {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}



.latest-news .item .content-box{background: #fff;}
.latest-news .item .content-box .comments{
      margin-top: 10px;
}
.latest-news .item .content-box .comments li{
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
}
.latest-news .item .content-box .comments li i{
    font-size: 13px;
    margin-right: 5px;
    color: #c21605;
}
.latest-news .item .content-box h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
}
.latest-news .item:hover .content-box h4{
}
.latest-news .item .content-box h4 a{
  color: #222;
  transition: .5s;
}
.latest-news .item:hover .content-box h4 a{
  color: #c21605;
}

.latest-news .item .content-box p{
    color: #848484;
}
.latest-news .item .content-box .text-details{
  padding: 10px 10px 10px;
  border: 1px solid #f7f7f7;
  border-top: 0px;
}
.text-details{
font-size: 14px;}

.news-box{
  padding: 20px 20px 22px;
  border: 2px solid #f1f2f3;
  border-top: 0px;
  background-color:#FFFFFF;
height:170px;
}
.news-boxr{
  padding: 10px 10px 10px;
  border: 1px solid #f1f2f3;
  background-color:#FFFFFF;
height:100%;
}

.news-box img{
width:200px;
height:130px;
float:left;	
position:relative;
}
.news-boxr img{
width:100px;
height:60px;
float:left;	
position:relative;
}

.news-box .pic { float:left;margin-right:10px;width:20%;}  
.news-box .content {float:left;width:75%;}
.news-box h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
	color:#0c7ced;

}
.news-boxr h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
	color:#0c7ced;

}

.news-box h4 a{
  color: #0c7ced;
  transition: .5s;
}
.news-box ,.news-boxr p{
    color: #848484;
     font-size: 14px;
}
.banner_index {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}
#background1 { position: fixed;top: 0;left: 0;min-height: 400px;width: 100%;height: 100%;overflow: hidden;background-color: #ffffff; display:none\8;}

#background1 .bg-photo {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: none;overflow: hidden;-webkit-background-size: cover !important;-moz-background-size: cover !important;-o-background-size: cover !important;background-size: cover !important;}

#background1 .bg-photo-1 {  url(../images/banner1.jpg ) no-repeat center center;}

#background-ie { position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background-color: #211f1f;}
.bgimg{
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 1000px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.banner_ind {max-width: 100%;
　　zoom:expression( function(elm) {
　　if (elm.width>700) {
　　var oldVW = elm.width; elm.width=700;
　　elm.height = elm.height*(700 /oldVW);
　　}
　　elm.style.zoom = '1';
　　}(this));}
 .img-wrap { display: inline-block; } .img-wrap img { width: auto; vertical-align: middle;    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
 } 
/*-- //news--*/
/*-- banner--*/
/*-- .banner_us {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}
.banner_pro {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}*/
/*** 
=======================================
contact-info-area
=======================================
***/

.contact-info-area {
}

.contact-info-area .contact-info {
  text-align: center;
  border: 1px solid #c21605;
  padding: 40px 0px;
  background: #FF5722;
  color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 3px 24px 3px rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;

}


.contact-info-area .contact-info .icon-box {
  
  margin-bottom: 20px;
}
.contact-info-area .contact-info .icon-box i:before{
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.contact-info-area .contact-info h5 {
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-info-area .contact-form {
  position: relative;
}

.contact-info-area .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-info-area .contact-info li a {
  position: relative;
  font-size: 15px;
  color: #00aff0;
  padding-left: 20px;
}
.contact-info-area .contact-info li a i {
  font-size: 15px;
  margin-right: 5px;
}
.contact-info-area .contact-info li i {
  font-size: 20px;
  color: #00b7f2;
  position: absolute;
  left: 0px;
  top: 8px;
}
.contact-info-area .thm-btn {
  background: #333;
  border-radius: 25px;
  padding: 0 50px;
}


.contact_us{
}
.contact_us .sec-title h2:before{
    left: 50%;
    margin-left: -61px;
}

.contact_us .sec-title h2:after {
    left: 50%;
    margin-left: -50px;
}


.contact_us .sec-title p{
  max-width:650px;
  margin:0 auto;
  color:#848484;
  margin-bottom: 60px;
}
.contact_us .link_btn.style-four{
  margin-top:30px;
}
.wap {
display:none;
}
.pc {
display:block;
}
.pcpro {
display:block;
}
.wappro {
display:none;
}
.contact-map {
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
	color:#000;
	padding:8px;
}

@media(max-width:667px){

	.work-grid {
		float: left;
		width: 50%;
		position: relative;
	}	
}

@media screen and (max-width:1024px){
	.agile_banner_margin {
		padding: 14em 0em 0em;
	}
	.agile_banner_info h2 {
		font-size: 37px;
		letter-spacing: 2px;
	}
    .banner_us {
        min-height: 0px;
    }
}
@media screen and (max-width:992px){
	.agile_banner_info h2 {
		font-size: 33px;
		letter-spacing: 1px;
	}		
	.agile_banner_margin {
		padding: 12em 0em 0em;
	}
	.agile_banner_info p {
		font-size: 14px;
	}
	.agile_banner_info h4 {
		font-size: 20px;
	}

.nmypadding{
	padding-top:0px;
}

}

@media screen and (max-width:767px){
	.agile_banner_margin {
		padding: 10em 0em 0em;
	}
.nmypadding{
	padding-top:0px;
}
    .banner_us {
        min-height: 0px;
    }
}

@media screen and (max-width:590px){
	.agile_banner_margin {
		padding: 10em 2em 0em;
	}
.nmypadding{
	padding-top:0px;
}

}
@media screen and (max-width:540px){
.nmypadding{
	padding-top:0px;
}

}

@media screen and (max-width:480px){
	.agile_banner_info h5 {
		font-size: 20px;
	}
	.agile_banner_info h2 {
		font-size: 28px;
		letter-spacing: 0px;
	}
	.agile_banner_info h4 {
		font-size: 17px;
	}
.nmypadding{
	padding-top:0px;
}


}

@media screen and (max-width:479px){
.nmypadding{
	padding-top:0px;
}
    .banner_us {
        min-height: 0px;
    }
}

/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.top_main {
	width: 100%;
	height: 37px;
	line-height: 38px;
	position: relative;
	z-index: 80;
	background-color: #f5f5f5;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
	margin-top: -2px;
}
.top_main li a {
	color: #666;
	cursor: pointer;
}
.top_main li a:hover {
	color: #dc0000;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	display: block;
	margin-top: 20px;
}
.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
	background: #dc0000;
}
.header_main .tel {
	width: 300px;
	padding: 30px 0 0 0;
	line-height: 26px;
	margin-left: 30px;
}
.header_main .tel b {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.header_main .tel span {
	color: #dc0000;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: arial;
	display: inline-block;
}
.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background-position: 0 0;
}
.nav_main {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0067b6;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.nav_main .nav {
	width:100%;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	width: 12%;
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-right: 1px solid #fff;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 1px solid #fff;
	background: none;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li.hover {
	background: #404040;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 12;
	border: 1px solid #6c6d71;
	border-top: 0;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	width: 100%;
	background: #0067b6;
	text-align: center;
}
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner {
	height: 560px;
}
#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 560px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;

	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 3;
}
#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -150px 0px;
}
#banner .tip span.cur {
	background-position: -130px 0px;
}
#banner #btn_prev, #banner #btn_next {
	width: 32px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
}
#banner #btn_prev {
	background-position: -60px 0;
	left: 4%;
	transition: all 600ms ease;
}
#banner #btn_next {
	background-position: -92px 0;
	right: 4%;
	transition: all 600ms ease;
}
#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 3.6%;
}
#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	right: 3.6%;
}

.header-main-right {
    position: relative;
	float:right;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
	color:#e80c4f;

}
.header-main-right ul{
list-style-type:none;
margin:0;
padding-left:5px;
padding-right:5px;
 text-align:center;

}
.header-main-right li{
display:inline-block;
width:auto;
text-align:center;
margin-top:0px;
margin-bottom:0px;
float:right;
}
.portfolio-item {margin-bottom: 30px;}
.portfolio-item .hover-bg { overflow: hidden;position: relative;}
.hover-bg .hover-text {position: absolute;text-align: center;margin: 0 auto;color: #c0cbce;background: rgba(3, 46, 58, 0.6);padding: 25% 0;height: 100%;width: 100%;opacity: 0;transition: all 0.5s;}
.hover-bg .hover-text>h6 {opacity: 0;-webkit-transform: translateY(100%);transform: translateY(100%);transition: all 0.3s;font-size: 1.2em; color:#FFFFFF;}
.hover-bg:hover .hover-text>h6 {opacity: 1;-webkit-backface-visibility: hidden;-webkit-transform: translateY(0);transform: translateY(0);}
.hover-bg .hover-text>i {opacity: 0;-webkit-transform: translateY(0);transform: translateY(0);transition: all 0.3s;}
.hover-bg:hover .hover-text>i {opacity: 1;-webkit-backface-visibility: hidden;-webkit-transform: translateY(100%);transform: translateY(100%);}
.hover-bg:hover .hover-text {opacity: 1;}


.nmys-each {
	display: block;
	position: relative;
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	margin: 0 auto;
}

.nmys-border {
	background: #0067b6;
	width: 120px;
	height: 120px;
	padding: 5px;
    display: table;
	margin:0 auto; position:relative;	
	}

.nmys-border::after {
	content: "";
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 4%;
	margin: 0 auto;
	background: #0067b6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	z-index: -1;
}

.middle-box{display: table; height: 130px; border:1px solid #0067b6; width:130px; margin:0 auto; position:relative;}
.middle-inner{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%; text-align:center;}
.middle-inner h3{position:relative; *top:-50%; *left:-50%; color: #fff;
    margin: 0;
    letter-spacing: 1px;
    font-size: 35px;}
.nmypadding{
	padding-top:100px;
}

.contact-info-block{
	position:relative;
	margin-bottom:30px;
}

.contact-info-block .inner-box{
	position:relative;
	text-align:center;
	padding:40px 15px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
	border-top:2px solid #ec3323;
}

.contact-info-block .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	line-height:1.4em;
	margin-bottom:12px;
	font-weight:600;
}

.contact-info-block .inner-box .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	font-weight:400;
}

.contact-info-block .inner-box .text a{
	color:#222222;
}

.contact-info-block .inner-box .text a:hover{
	color:#08c8af;
	text-decoration:underline;	
}

.fenli_nav{
    padding: 20px 15px 30px 15px;
	background-color:#0067b6;
    margin-bottom: 20px;
}
.fenli_nav p{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.fenli_nav h3{
    color: #fff;
    margin:0px 0px 30px 0px;
}
.fenli_nav_bg{
	background-color:#FFFFFF;
    padding: 10px 15px 22px 15px;
}

.fenli_nav_ul{
    list-style:none;
    padding:0px;
    margin:15px 0px 0px 0px;
    padding-bottom: 10px;
  }
.fenli_nav_ul > li > a{
    display: block;
    text-decoration:none;
    color:#fff;
    font-size:15px;
    background-color: #0067b6;
    border-radius: 25px; 
    padding:6px 0px 6px 18px;
    margin-bottom: 8px;
}
.fenli_nav_ul > li > a:hover,
.fenli_nav_ul li a.left_active{
    color:#fff;
    background-color: #404040;
}
.dibu_daoh{display:none !important;}

@media (min-width: 1440px) {
.portfolio-item .hover-bg {height: 200px;overflow: hidden;position: relative;}
.lmline {
	display: block;
	width: 600px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}

}
@media (min-width: 1600px) {
.portfolio-item .hover-bg {height: 240px;overflow: hidden;position: relative;}

}
@media (min-width: 1920px) {
.portfolio-item .hover-bg {height: 300px;overflow: hidden;position: relative;}
#full-screen-slider { width:100%; min-height:700px; float:left; position:relative;}
#slides { display:block; width:100%; min-height:680px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}

}

@media screen and (max-width:1024px){
}

@media screen and (max-width:992px){
	body{
		font-size:90%;
	}
.wap {
display:block;
}
.pc {
display:none;
}
.nmys-border {
	background: #0067b6;
	width: 100px;
	height: 100px;
	padding: 5px;
    display: table;
	margin:0 auto; position:relative;	
	}

.nmys-border::after {
	content: "";
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 4%;
	margin: 0 auto;
	background: #0067b6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	z-index: -1;
}
.product img {
    width: 100%;
    height: 16vw;
    max-width: 100%;
    max-height: 100%;
}
.showimg img {
    width: 70%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
}



@media screen and (max-width:768px){
	body{
		font-size:90%;
	}
.none{display:none;}

	.agile_banner_margin {

		padding: 10em 0em 0em;

	}
	  .container {
    width: 100%;;
  }

#mobile-footer{display: block !important;}
.logo {
    line-height: 80px;
}

.logo img {
    max-width: 446px;
	
}
.logoen {
    line-height: 60px;
}

.logoen img {
    max-width: 400px;
}

.navbar-toggle {
    position: absolute;
    cursor: pointer;
    top: 0px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    float:right;
    right: 0;
    margin: 0;
    padding: 9px 10px;
    background-color: #32313b;
    color: #fff;
    border: none;
    border-radius: 0;
}
#full-screen-slider { width:100%; min-height:300px; float:left; position:relative;}
#slides { display:block; width:100% auto; min-height:260px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}
.banner_pro {
    min-height: 0px;
}

.nav-tabs > li > a,a:hover,a:active{
    font-size: 16px;
}

.summary img{
    display: block;
    overflow: hidden;
	position:relative;
	max-width:100%;
	height:auto;
	margin: auto;
	text-align: center;
}
.product-img{
    display: block;
    overflow: hidden;
	position:relative;
	width: 100%;
	height:auto;
	margin: auto;
	text-align: center;
}
.product img {
  width: 100%;
	height:30vw;
	max-width:100%;
	max-height:100%;
}

.product-title h5{
    font-size: 1.2em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 100%;
    margin: auto;
    padding: 2px;
}

.product-row {
    margin-top: 5px;
	margin-bottom:5px;
}
[class*="col-"]{
            padding: 5px;

}
.product h4 {
    width: 100%;
    margin: 0 auto ;
}

.listimg {
    font-size: 0.8em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
    font-weight: 300;
	width: 50px;
	height:50px;
    margin: 5px auto;
    padding: 5px;
}
.wap {
display:block;
}
.pc {
display:none;
}
.pcpro {
display:block;
}
.wappro {
display:none;
}

.navwap {
list-style-type:none;
margin:0;
padding:0;
width:100%;
line-height:30px;
 font-size:13px;
 text-align:center;
 background-color:#181d30;

}

.navwap ul{
list-style-type:none;
margin:0;
padding-left:5px;
padding-right:5px;
 text-align:center;
 background-color:#181d30;
color:#FFFFFF;
}
.navwap li{
display:inline-block;
width:19%;
background-color:#181d30;
text-align:center;
border-right: 1px solid #ffffff;
color:#FFFFFF;

}
.navwap li a:link,.navwap li a:visited{
font-weight:bold;
color:#FFFFFF;
background-color:#181d30;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
.navwap li a:hover,.navwap li a:active{
background-color:#163fbb;
color:#FFFFFF;
}
.navwapen ul{
list-style-type:none;
margin:0;
padding:5px;
 text-align:center;
 background-color:#181d30;
color:#FFFFFF;
}
.navwapen li{
display:inline-block;
width:19%;
background-color:#181d30;
text-align:center;
border-right: 1px solid #ffffff;
color:#FFFFFF;

}
.navwapen li a{
font-weight:bold;
color:#FFFFFF;
background-color:#181d30;
text-align:center;
text-decoration:none;
margin:auto;
}

.header-top {
    background-color: #ffffff;
}
.header-top ul .fa {
    margin-right: 0px;
}
.containerwap {
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
}
.navpro {
list-style-type:none;
margin:0;
padding:0;
width:100%;
line-height:30px;
 font-size:13px;
 color:#ffffff;
 text-align:center;
 background-color:#181d30;
}
.navpro ul{
list-style-type:none;
margin:0;
padding-left:5px;
padding-right:5px;
 text-align:center;
 background-color:#ec3323;

}
.navpro li{
display:inline-block;
width:auto;
background-color:#ec3323;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
.navpro li>a:link,.navpro li>a:visited{
color:#FFFFFF;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
.navpro span{
color:#fff;
}

.navproen {
list-style-type:none;
margin:0;
padding:0;
width:100%;
line-height:20px;
 font-size:13px;
 text-align:center;
 background-color:#181d30;

}

.navproen ul{
list-style-type:none;
margin:0;
padding-left:5px;
padding-right:5px;
 text-align:center;
 background-color:#ff5722;

}
.navproen li{
    text-align: center;

    font-size: 13px;

width:auto; display:inline-block !important;
    color: #fff;

	    margin-top: 5px;

    margin-bottom: 5px;

     padding: 5px 10px 5px 10px;

     background-color:#fff;

     -webkit-border-radius: 10px;

     -moz-border-radius: 10px;
}
ul.links li a:hover, ul.links li a:focus{
	color:#ffb600;
}
.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 5px;
    margin: 0px auto;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
.section-title2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin: 0px auto;
    font-family: '微软雅黑';
    letter-spacing: 1px;
}
.gscont {
	color:#ffffff;
	font-size:14px;
    padding: 10px;
    margin: 0px auto;
}

.gscont p{
	color:#ffffff;
	font-size:14px;
    padding: 10px;
    margin: 0px auto;
}
.aboutlnct p{
    font-size: 12px;
}
.footer_panel p>a:link,.footer_panel p>a:visited
{
	color:#ffffff;
	font-size:14px;
}
paddingbt {
padding-top:20px;
}
.content-section-a {
	background-color: #f1f2f3;
	padding: 20px 0;
}
.bottom25{
	margin-bottom:5px;
}
.work-title{
	margin-bottom:10px;
}
hr.section-red-line {
    border: 2px solid #181d30;
    width: 50px;
    margin-top: 0;
	margin-bottom:0;
}
hr.section-red-line {
    border: 2px solid #181d30;
    width: 50px;
    margin-top: 0;
	margin-bottom:10px;
}
.contact-map {
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
	color:#000;
	padding:8px;
}
.wapabout p,.wapabout a:hover{
	color:#000;
	font-size:14px;
}
.news-box{
  padding: 20px 20px 22px;
  border: 2px solid #f1f2f3;
  border-top: 0px;
  background-color:#FFFFFF;
  height:130px;
}
.news-box img{
float:left;	
position:relative;
width:180px;
height:100px;
display: block;
margin-bottom:10px;


}
.news-box .pic { float:left;margin-right:10px;width:25%;}  
.news-box .content {float:left;width:60%; }
.news-box h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
	color:#0c7ced;

}
.news-box h4 a{
  color: #0c7ced;
  transition: .5s;
}
.news-box p{
    color: #848484;
     font-size: 13px;
}
.honor-title p{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0;
	margin-top:10px;
    font-weight: 300;
	width: 100%;
    padding: 10px;
}
.work-grids {
    margin-top: 0;
}
.nav_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background:;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.nav_main .nav {
	width:100%;
	margin: 0 auto;

}
.nav_main .nav li {
	float: left;
	width: 12%;
	height: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 13px;
	border-right: 1px solid #6c6d71;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 0px solid #202020;
	background: none;
}

.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
}
.lmtitle h3 {
	font-size: 26px;
	color: #835026;
}
.lmtitle {
	padding-top: 10px;
	padding-bottom: 20px;
}
.lmtitle .lmen {
	position: relative;
	width: 340px;
	margin: auto;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #0067b6;
	text-align: center;
	margin-bottom: 10px;
}
 .lmtitle .lmtit {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}

 .lmtitle .lmtit  span {
	display: inline-block;
	margin: 0 30px;
}
.lmtitle .lmtit  em {
	display: inline-block;
	width: 35%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
 .lmtitle .lmtitus {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
 .lmtitle  .lmtitusn {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #000;
}
 .lmtitle .lmtitus .lmtitusn span {
	display: inline-block;
	margin: 0 30px;
}
 .lmtitle .lmtitus .lmtitusn em {
	display: inline-block;
	width: 220px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}

 .lmtitle .lmtit2 {
	margin: 0 auto;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}
 .lmtitle .lmtit2 span {
	display: inline-block;
	margin: 0 30px;
}
 .lmtitle .lmtit2 em {
	display: inline-block;
	width: 200px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.lmline {
	display: block;
	width: 100px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.nav-tabs > li > a,a:hover,a:active{
    font-size: 16px;
}
.aboutlnct h4 {
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 18px;
    font-weight: 600;
	text-align:center
}
.aboutlnct p{
    color: #000000;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 14px;
	padding:10px;
}
.honor-img{
  display: block;
  max-width: 100%;
  height: auto;
}
.aboutlnct{
    color: #fff;
    margin: 0;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 13px;
	padding:3px;
}
.btn-blue-blue:link,.btn-blue-blue:visited{
    font-family: '微软雅黑';
    background-color: #0067b6;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-blue-blue:hover,.btn-blue-blue:active {
    font-family: '微软雅黑';
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #181d30;
}
 .lmtitle .lmtitus  span a:link {
    color: #fff;
}
.portfolio-item .hover-bg {overflow: hidden;position: relative; }

.showimg img{
	width: 70%;
	max-width:70%;
	max-height:70%;
}
.showimg2 img{
	width: 70%;
	max-width:70%;
	max-height:70%;
}
}

@media(max-width:667px){

.lmtitle .lmtit  em {
	display: inline-block;
	width: 30%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}

}


@media screen and (max-width:590px){
.lmtitle .lmtit  em {
	display: inline-block;
	width: 25%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}

}



}

@media screen and (max-width:540px){

.wap {
display:block;
}
.pc {
display:none;
}
.pcpro {
display:none;
}
.wappro {
display:block;
}

}



@media screen and (max-width:480px){

	body{
		font-size:80%;
	}
.logoen {
    line-height: 60px;
}

.logoen img {
    max-width: 340px;
}
.logo {
    line-height: 80px;
}

.logo img {
    max-width: 366px;
	
}
.nav_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: ;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.nav_main .nav {
	width:100%;
	margin: 0 auto;

}
.nav_main .nav li {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 13px;
	border-right: 1px solid #6c6d71;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 0px solid #202020;
	background: none;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
}
.padding-top {
    padding-top: 5px;
}
 .lmtitle  .lmtitusn {
	margin: 0 auto;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #000;
}

.lmtitle h3 {
	font-size: 14px;
	color: #835026;
}
.lmtitle {
	padding-top: 5px;
	padding-bottom: 5px;
}
.lmtitle .lmen {
	position: relative;
	width: 100%;
	margin: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #0067b6;
	text-align: center;
	margin-bottom: 5px;
}
 .lmtitle .lmtit {
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #434343;
}

 .lmtitle .lmtit  span {
	display: inline-block;
	margin: 0 20px;
}
.lmtitle .lmtit  em {
	display: inline-block;
	width: 20%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
 .lmtitle .lmtitus {
	margin: 0 auto;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
 .lmtitle .lmtitus span {
	display: inline-block;
	margin: 0 20px;
}
 .lmtitle .lmtitus em {
	display: inline-block;
	width: 20%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}

 .lmtitle .lmtit2 {
	margin: 0 auto;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}
 .lmtitle .lmtit2 span {
	display: inline-block;
	margin: 0 30px;
}
 .lmtitle .lmtit2 em {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.lmline {
	display: block;
	width: 20%;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.nav-tabs > li > a,a:hover,a:active{
    font-size: 13px;
}
.pro-img{
    width: 100%;
height: 100%;	overflow:hidden
}
.portfolio-item {margin-bottom: 10px;}
.portfolio-item .hover-bg {overflow: hidden;position: relative;}

.aboutlnct h4 {
    text-transform: capitalize;
    color: #ec3323;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 18px;
    font-weight: 600;
	text-align:center
}
.aboutlnct p{
    color: #000000;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 14px;
	padding:10px;
}

.honor-img{
    width:170px;
	height:240px;
	overflow:hidden
}
.news-box{
  padding: 10px 10px 12px;
  border: 2px solid #f1f2f3;
  border-top: 0px;
  background-color:#FFFFFF;
  height:80px;
}
.news-box img{
float:left;	
position:relative;
height:100%;
width:100%;
display: block;
}
.news-box .pic { float:left;margin-right:10px;width:25%;}  
.news-box .content {float:left;width:70%; }
.news-box h4{
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
	color:#0c7ced;

}
.news-box h4 a{
  color: #0c7ced;
  transition: .5s;
}
.news-box,.content p{
    color: #848484;
     font-size: 13px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;    /*定义的数字为显示的行数*/
	-webkit-box-orient:vertical;}
.news-img{
    width:100px;
	height:80px;
	overflow:hidden;
}
.newswb{
    color: #848484;
     font-size: 13px;
	 height:40px;
display: -webkit-box;
  overflow: hidden;  
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
	}
#full-screen-slider { width:100%; min-height:240px; float:left; position:relative;}
#slides { display:block; width:100% auto; min-height:190px; list-style:none; padding:0 auto; margin:0 auto; position:relative;}
 .lmtitle .lmtitusn  em {
	display: inline-block;
	width: 25%;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.dibu_daoh{display: block !important;}

/*悬浮底部导航*/
.dibu_daoh{
	height: 60px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #0d61a2;
	min-width:320px;
	max-width:750px; 
	z-index: 100;
	text-align: center; 
	border-top: solid rgba(255,255,255,0.15) 1px; 
	display: none;
}

.dibu_daoh ul{
	overflow: hidden;
}

.dibu_daoh ul li{
	float: left;
	width: 25%;
}
.dibu_daoh ul li img{
	width: 25px;
	height: 30px;
	padding-top: 5px;
}
.dibu_daoh ul li a{
	color: #ffffff;
}

.dibu_daoh ul li p{
	line-height: 20px;
	color: #ffffff;
}
.media-left{
display:none;
}

}
@media screen and (max-width:479px){
    .banner_us {

        min-height: 0px;

    }
.wap {
display:block;
}
.pc {
display:none;
}
.pcpro {
display:none;
}
.wappro {
display:block;
}
.product-title h5{
    font-size: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 0.5em;
	margin-top:0.5em;
    font-weight: 300;
	width: 100%;
    margin: auto;
    padding: 2px;
}

}
@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
.portfolio-item .hover-bg {overflow: hidden;position: relative;height:;}

}
@media screen and (max-width: 375px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
.nav_main .nav li {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 13px;
	border-right: 1px solid #6c6d71;
	text-align: center;
}
}

@media (max-width:360px){
.nav_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: ;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.nav_main .nav {
	width:100%;
	margin: 0 auto;

}
.nav_main .nav li {
	float: left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 13px;
	border-right: 1px solid #6c6d71;
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: 0px solid #202020;
	background: none;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
}
.portfolio-item .hover-bg {overflow: hidden;position: relative;height:;}

}



















